GetHeapObjectIdRequest

data class GetHeapObjectIdRequest(objectId: RemoteObjectId)

Represents request frame that can be used with HeapProfiler#getHeapObjectId operation call.

See also

Constructors

GetHeapObjectIdRequest
Link copied to clipboard
fun GetHeapObjectIdRequest(objectId: RemoteObjectId)

Properties

objectId
Link copied to clipboard
val objectId: RemoteObjectId
Identifier of the object to get heap object id for.

Sources

jvm source
Link copied to clipboard